jade.domain.FIPAAgentManagement
Class MTPDescription
java.lang.Object
|
+--jade.domain.FIPAAgentManagement.MTPDescription
- public class MTPDescription
- extends java.lang.Object
Description of a message transport protocol.
- Author:
- Fabio Bellifemine - CSELT
- See Also:
FIPAAgentManagementOntology
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MTPDescription
public MTPDescription()
setProfile
public void setProfile(java.lang.String p)
setMtpName
public void setMtpName(java.lang.String n)
getProfile
public java.lang.String getProfile()
getMtpName
public java.lang.String getMtpName()
addAddresses
public void addAddresses(java.lang.String a)
removeAddresses
public boolean removeAddresses(java.lang.String a)
clearAllAddresses
public void clearAllAddresses()
getAllAddresses
public Iterator getAllAddresses()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
toText
public void toText(java.io.Writer w)
- Deprecated. the
toString method should be used instead
of this method.